home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gCuesForVoice, gLabelsForVoiceCues, gCountOfCues, gPreTicksForCue, gNextCueIndex
- if gNextCueIndex <= gCountOfCues then
- repeat while the timer <= (getAt(gCuesForVoice, gNextCueIndex) - gPreTicksForCue)
- nothing()
- end repeat
- end if
- set gNextCueIndex to gNextCueIndex + 1
- end
-